outline font - перевод на Английский
Diclib.com
Словарь онлайн

outline font - перевод на Английский

DIGITAL DESCRIPTION OF A TYPOGRAPHICAL FONT
Bitmap font; Vector fonts; Vector font; Raster font; Digital font; Bit-Mapped Font; Bitmapped font; Pixel font; Scalable font; Bitmap fonts; Digital typeface; .fon; Outline typeface; Computer fonts; Font file; Stroke font; Virtual typeface; Screen font; Stroke-based font; Digital fonts; Raster fonts; Outline font; Computer typeface
  • A bitmap color font for the [[Amiga OS]]
  • Perpetua]]
  • With stroke-based fonts, the same stroke paths can be filled with different stroke profiles resulting in different visual shapes without the need to specify the vertex positions of each outline, as is the case with outline fonts.
  • Macintosh operating system]]

outline font         

<font color="gray">общая лексикаfont>

контурный шрифт

разновидность масштабируемых векторных шрифтов

<font color="gray">антонимfont>

bitmapped font; font; vector font

screen font         

<font color="gray">общая лексикаfont>

экранный шрифт

растровый шрифт, разработанный для отображения информации на экране компьютера

<font color="gray">Смотрите такжеfont>

bitmapped font; font; outline font; raster font; scalable font; system font; vector font

vector font         

<font color="gray">общая лексикаfont>

векторный шрифт

шрифт, в котором символы описываются отрезками линий и дуг <font color="gray">(bitmapped font)font>. Это позволяет программно изменять кегель такого шрифта, поэтому векторные шрифты часто называют масштабируемыми шрифтами. У векторных шрифтов отсутствуют хинты и математически определяемые кривые, применяемые в контурных шрифтах

Определение

outline font
<text> (Or "vector font") A font defined as a set of lines and curves as opposed to a bitmap font. An outline font (e.g. PostScript, TrueType, RISC OS) can be scaled to any size and otherwise transformed more easily than a bitmap font, and with more attractive results, though this requires a lot of numerical processing. The result of transforming a character in an outline font in a particular way is often saved as a bitmap in a font cache to avoid repeating the calculations if that character is to be drawn again. (1995-03-16)

Википедия

Computer font

A computer font is implemented as a digital data file containing a set of graphically related glyphs. A computer font is designed and created using a font editor. A computer font specifically designed for the computer screen, and not for printing, is a screen font.

In the terminology of movable metal type, a font is a set of pieces of movable type in a specific typeface, size, width, weight, slope, etc. (for example, Gill Sans bold 12 point or Century Expanded 14 point), and a typeface refers to the collection of related fonts across styles and sizes (for example, all the varieties of Gill Sans). In HTML, CSS, and related technologies, the font family attribute refers to the digital equivalent of a typeface. Since the 1990s, many people use the word font as a synonym for typeface.

There are three basic kinds of computer font file data formats:

  • Bitmap fonts consist of a matrix of dots or pixels representing the image of each glyph in each face and size.
  • Vector fonts (including, and sometimes used as a synonym for, outline fonts) use Bézier curves, drawing instructions and mathematical formulae to describe each glyph, which make the character outlines scalable to any size.
  • Stroke fonts use a series of specified lines and additional information to define the size and shape of the line in a specific typeface, which together determine the appearance of the glyph.

Bitmap fonts are faster and easier to create in computer code than other font types, but they are not scalable: a bitmap font requires a separate font for each size. Outline and stroke fonts can be resized in a single font by substituting different measurements for components of each glyph, but they are more complicated to render on screen or in print than bitmap fonts because they require additional computer code to render the bitmaps to display on screen and in print. Although all font types are still in use, most fonts used on computers today are outline fonts.

Fonts can be monospaced (i.e. every character is plotted a constant distance from the previous character that it is next to, while drawing) or proportional (each character has its own width). However, the particular font-handling application can affect the spacing, particularly when justifying text.